home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / sort.dir / 00019_OWL1.BMP.ls < prev    next >
Encoding:
Text File  |  1995-03-27  |  662 b   |  26 lines

  1. on mouseUp
  2.   global gCans, gJump
  3.   puppetSound("bing")
  4.   if gJump = "owlhelp" then
  5.     go("owlhelp1")
  6.   else
  7.     set the visible of sprite 17 to 1
  8.     set the visible of sprite 18 to 1
  9.     if gCans > 2 then
  10.       set the visible of sprite 16 to 1
  11.     end if
  12.     if gCans > 3 then
  13.       set the visible of sprite 19 to 1
  14.     end if
  15.     set the visible of sprite 31 to 1
  16.     set the visible of sprite 32 to 1
  17.     set the visible of sprite 33 to 1
  18.     set the visible of sprite 34 to 1
  19.     set the visible of sprite 35 to 1
  20.     set the visible of sprite 36 to 1
  21.     set the visible of sprite 37 to 1
  22.     set the visible of sprite 38 to 1
  23.     go(gJump)
  24.   end if
  25. end
  26.